home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / GTRIPPLE / SETUP.EXE / 0 / RCDATA / TFBROWSEFOLDER / TFBROWSEFOLDER.txt
Text File  |  1999-09-12  |  1KB  |  80 lines

  1. inherited fBrowseFolder: TfBrowseFolder
  2.   Left = 391
  3.   Top = 270
  4.   Caption = 'Browse Folder'
  5.   ClientHeight = 293
  6.   ClientWidth = 306
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object lTitle: TLabel
  10.     Left = 16
  11.     Top = 8
  12.     Width = 185
  13.     Height = 33
  14.     AutoSize = False
  15.     WordWrap = True
  16.   end
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 240
  20.     Width = 25
  21.     Height = 13
  22.     Caption = '&Path:'
  23.     FocusControl = ePath
  24.   end
  25.   object lPath: TLabel
  26.     Left = 88
  27.     Top = 240
  28.     Width = 159
  29.     Height = 13
  30.     Caption = 'C:\LANG\Delphi4\Projects\setup'
  31.     Visible = False
  32.   end
  33.   object dlPath: TDirectoryListBox
  34.     Left = 16
  35.     Top = 88
  36.     Width = 273
  37.     Height = 145
  38.     DirLabel = lPath
  39.     ItemHeight = 16
  40.     TabOrder = 0
  41.     OnChange = dlPathChange
  42.   end
  43.   object dcDrives: TDriveComboBox
  44.     Left = 16
  45.     Top = 56
  46.     Width = 145
  47.     Height = 19
  48.     DirList = dlPath
  49.     TabOrder = 1
  50.   end
  51.   object ePath: TEdit
  52.     Left = 16
  53.     Top = 256
  54.     Width = 273
  55.     Height = 21
  56.     TabOrder = 2
  57.   end
  58.   object bOk: TButton
  59.     Left = 216
  60.     Top = 16
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Ok'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 3
  67.     OnClick = bOkClick
  68.   end
  69.   object Button1: TButton
  70.     Left = 216
  71.     Top = 56
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 4
  78.   end
  79. end
  80.